{% extends "layouts/base.html" %} {% block title %} {{ tb.Intitule }}{% endblock %} {% block content%}

{{ tb.Intitule }}

{% for indicateur in object_list %} {% if indicateur.validation_directeur and indicateur.validation_chef_dep %} {% if ChefDeptGroup in user.groups.all or DirecteurGroup in user.groups.all or indicateur.user.id == request.user.id %}

{{indicateur.Intitule_Indicateur}}

{% if indicateur.Periodicite == "Mensuelle" %} Ce mois {% else %} Cette Année {{currentYear}} {% endif %}

{% if indicateur.Periodicite == "Mensuelle" %} {% else %} {% endif %}

Interpretations

{% if DirecteurGroup not in user.groups.all and ChefDeptGroup not in user.groups.all%} {% endif %}
{% for interpretation in ListeInter %} {% if interpretation.Id_Indicateur.id == indicateur.id %} {% endif %} {% endfor %}
Date Contenu
Interpretation N°{{ interpretation.id }} {{ interpretation.Date }} {{ interpretation.Contenu }}
{% endif %} {% endif %} {% endfor %}
{% if ChefDeptGroup not in user.groups.all and DirecteurGroup not in user.groups.all %} Modifier Tableau de Bord Supprimer Tableau de Bord {% endif %}
{% endblock %}